projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55601cc
)
(hi-lock-exclude-modes): Fix :type.
author
Dave Love
<fx@gnu.org>
Wed, 10 Jan 2001 17:29:33 +0000
(17:29 +0000)
committer
Dave Love
<fx@gnu.org>
Wed, 10 Jan 2001 17:29:33 +0000
(17:29 +0000)
lisp/hi-lock.el
patch
|
blob
|
history
diff --git
a/lisp/hi-lock.el
b/lisp/hi-lock.el
index 697cfc52aca9e03b9682c514e0f2d1e2120f1168..e856e7e95d79831489f5d14f354f9cea22198952 100644
(file)
--- a/
lisp/hi-lock.el
+++ b/
lisp/hi-lock.el
@@
-110,7
+110,7
@@
of functions `hi-lock-mode' and `hi-lock-find-patterns'."
"List of major modes in which hi-lock will not run.
For security reasons since font lock patterns can specify function
calls."
- :type '
variable
+ :type '
(repeat symbol)
:group 'hi-lock-interactive-text-highlighting)